home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / gfx / pbm / MP_PBM42.lha / PBM < prev    next >
AmigaDOS Script File  |  1995-09-27  |  488b  |  19 lines

  1. .key garbage
  2. .bra {
  3. .ket }
  4. RunMPGui gui/PBM.gui TO=env:mppbmtemp{$$} HELP=PBM.guide RELMOUSE
  5. if $rc gt 0
  6.     quit
  7. endif
  8. echo "runmpgui gui/pbm/" to t:mppbmtemp{$$}.1 noline
  9. echo $mppbmtemp{$$} to t:mppbmtemp{$$}.2 noline
  10. echo " TO=t:mppbmtemp{$$}.5 RELMOUSE" to t:mppbmtemp{$$}.3
  11. join t:mppbmtemp{$$}.1 t:mppbmtemp{$$}.2 t:mppbmtemp{$$}.3 to t:mppbmtemp{$$}.4
  12. execute t:mppbmtemp{$$}.4
  13. if $rc gt 5
  14.     quit
  15. endif
  16. execute t:mppbmtemp{$$}.5
  17. ; cannot skip back earlier than an execute
  18. execute PBM
  19.